| Package | Description |
|---|---|
| agents.anac.y2010.AgentSmith | |
| agents.anac.y2011.Gahboninho | |
| agents.anac.y2011.TheNegotiator | |
| negotiator | |
| negotiator.actions |
| Modifier and Type | Field and Description |
|---|---|
protected AgentID |
ABidStrategy.fAgentID |
| Constructor and Description |
|---|
ABidStrategy(BidHistory pHist,
UtilitySpace pUtilitySpace,
PreferenceProfileManager pPreferenceProfile,
AgentID pId) |
SmithBidStrategy(BidHistory pHist,
UtilitySpace utilitySpace,
PreferenceProfileManager pPreferenceProfile,
AgentID pId)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
AgentID |
Gahboninho.getAgentID() |
| Modifier and Type | Method and Description |
|---|---|
Action |
BidGenerator.determineOffer(AgentID agentID,
int phase,
double threshold)
Determine what (counter)offer should be made in a given phase with
a minimum threshold.
|
| Modifier and Type | Method and Description |
|---|---|
AgentID |
Agent.getAgentID() |
| Modifier and Type | Method and Description |
|---|---|
void |
Agent.setAgentID(AgentID value) |
| Modifier and Type | Method and Description |
|---|---|
AgentID |
Action.getAgent()
Returns the ID of the agent which created the action.
|
| Constructor and Description |
|---|
Accept(AgentID agentID)
Action to accept an opponent's bid.
|
Action(AgentID agentID)
Constructor which sets the agentID of an agent.
|
EndNegotiation(AgentID agentID)
Action to end the negotiation.
|
IllegalAction(AgentID agentID,
java.lang.String details)
Specifies that an agent returned an action not
fitting the protocol.
|
Offer(AgentID agentID,
Bid bid)
Creates an action symbolizing an offer for the opponent.
|